home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
idl
/
bonobo-2.0
/
Bonobo_Sample_Echo.idl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-03-09
|
219 b
|
17 lines
/*
* Sample file that demostrates how to create new
* Bonobo interfaces.
*/
#include <Bonobo.idl>
module Bonobo {
module Sample {
interface Echo : Bonobo::Unknown {
void echo (in string message);
};
};
};